home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / programs / rompr110.zip / ROMPROC.CFG < prev    next >
Text File  |  1993-04-28  |  8KB  |  188 lines

  1. ;
  2. ;
  3. ;
  4. ;    ┌────┐
  5. ;    │──═─│
  6. ;    │ ── │ ─────┐      ┌────┐             ROMProc Configuration File
  7. ;    │    │   ROMProc   │──═─│                    Version 1.10
  8. ;    │    │      └────> │ ── │          (c) Copyright 1993 - Stacy Smith
  9. ;    │    │             │    │
  10. ;    │    │             │    │
  11. ;   ─┴────┴─           ─┴────┴─
  12. ;
  13. ;
  14. ;      The latest version of ROMProc can always be obtained from my BBS:
  15. ;
  16. ;                        The Bloom Beacon-Picayune BBS
  17. ;          Node 1: (804) 525-9760 (USRobotics Courier Dual Standard)
  18. ;             Node 2: (804) 525-5372 (USRobotics Courier V.32bis)
  19. ;                    Fidonet 1:276/112 (magic tag ROMPROC)
  20. ;
  21. ;
  22. ; ╔════════════════════════════════════╗
  23. ; ║   General Options And Parameters   ║
  24. ; ╚════════════════════════════════════╝
  25. ;
  26. ; The registration code, BBS name and sysop name EXACTLY as provided to you on
  27. ; your registration letter. If this is an unregistered version, comment out
  28. ; these lines, or don't change them. Note that these are case-sensitive!
  29. REG_CODE     0000000000
  30. BBS_NAME     UNREGISTERED
  31. SYSOP_NAME   SYSOP
  32. ; The full path for the specific subdirectory for ROMProc to store file(s) to
  33. ; be downloaded. This must include the trailing backslash! If this directory
  34. ; does not exist at runtime, ROMProc will attempt to create it. This can be
  35. ; set to a RAM disk for greater speed, since ROMProc will detect an out of
  36. ; disk space condition and allow the download to continue from the original
  37. ; file.
  38. WORK_DIR     d:\work\
  39. ; The size of the disk I/O buffers you wish to allocate in bytes (valid values
  40. ; are between 2048 bytes and 16384 bytes). Optimal performance is obtained with
  41. ; a value that is a multiple of 2048 (a typical hard disk cluster size).
  42. DISK_BUFFER  4096
  43. ; The path/filename of the log file for ROMProc to record errors. Comment
  44. ; out if you don't want any disk error logging.
  45. LOG_FILE     c:\romproc\romproc.log
  46. ; If you want ROMProc to preserve three lines at the top or bottom of the
  47. ; local display, enter TOP or BOTTOM as desired, otherwise, enter NONE or
  48. ; comment the line out.
  49. LOCK_LINES   top
  50. ; The directory path and filename for your BBS ad to be added to each and every
  51. ; archive processed by ROMProc. Note that you must provide a path, or it will
  52. ; not be copied. Please use the archive comment instead, as BBS ad files
  53. ; are the scourge of the BBS world...
  54. ; BBS_AD_FILE  c:\romproc\bbs_ad.txt
  55. ; If you want ROMProc to comment archives (if supported by the archive format)
  56. ; enter YES. If not, enter NO or comment the line out.
  57. COMMENT_ARC  yes
  58. ; Specify the drive letters for file preprocessing (BBS ad insertion and/or
  59. ; commenting). Ranges may be seperated by a hyphen, and/or individual drives
  60. ; may be seperated by spaces, commas or semi-colons. Any file requested from
  61. ; a non-specified drive will be tranmitted, unmodified, from the original
  62. ; location.
  63. PROC_DRIVE   C-Z
  64. ;
  65. ; ╔═══════════════════════════════╗
  66. ; ║   Communication Definitions   ║
  67. ; ╚═══════════════════════════════╝
  68. ;
  69. ; If you want ROMProc to output status information to the user on-line, enter
  70. ; YES; if you do not want ROMProc to output information, enter NO or comment
  71. ; the line out.
  72. COMM_IO      yes
  73. ; This line of text will be displayed to the user upon the start of download
  74. ; file processing. It should be used to inform the user that it may take a
  75. ; few moments to get the files ready.
  76. PROC_PROMPT  Please wait while preparing your files for download...
  77. ; This line of text will be displayed to the user upon the start of the
  78. ; transfer protocol. It should be used to inform the user to start the download
  79. ; on their end.
  80. DL_PROMPT    Preparation complete.  Begin your download now...
  81. ;
  82. ; ╔══════════════════════════╗
  83. ; ║   Archiver Definitions   ║
  84. ; ╚══════════════════════════╝
  85. ;
  86. ; Each archiver, is denoted by ARCHIVER x, where x is a sequential number. Up
  87. ; to 10 archivers can be executed by ROMproc. ROMProc is capable of
  88. ; automatically detecting ARC, ARJ, HYP, LZH, PAK, SQZ, ZIP and ZOO archives.
  89. ; The next 4 keywords are required after the ARCHIVER statement; do not
  90. ; comment any of them out or insert other parameters or comments between them.
  91. ; I would also advise against changing the command options I have set, unless
  92. ; you have need to do so.
  93. ; ARCHIVER    = denotes a new archiver definition.
  94. ; ARC_EXT     = the extension for this particular archiving format.
  95. ; ARC_ADD     = the command line to add files to an archive, including all
  96. ;               command-line switches desired. Place the variable @ARCHIVE@
  97. ;               where the filename is to be inserted in the command line and
  98. ;               @FILE@ where the filespec is to be inserted.
  99. ; ARC_COMMENT = the command line to comment archives, including all command-
  100. ;               line switches desired. Place the variable @ARCHIVE@ where the
  101. ;               filename is to be inserted in the command line. Leave this line
  102. ;               blank if the archiver does not support commenting.
  103. ; ARC_ERR     = the errorlevel that the archiver returns upon success. This
  104. ;               information should be available in the program's documentation.
  105. ARCHIVER     1
  106. ARC_EXT      arj
  107. ARC_ADD      arj a -e -m0 -s1 @ARCHIVE@ @FILE@
  108. ARC_COMMENT  arj c -s1 -y -zc:\romproc\comment.txt @ARCHIVE@
  109. ARC_ERR      0
  110. ;
  111. ARCHIVER     2
  112. ARC_EXT      lzh
  113. ARC_ADD      lha a /m1 @ARCHIVE@ @FILE@
  114. ARC_COMMENT
  115. ARC_ERR      0
  116. ;
  117. ARCHIVER     3
  118. ARC_EXT      sqz
  119. ARC_ADD      sqz a @ARCHIVE@ @FILE@
  120. ARC_COMMENT  sqz c @ARCHIVE@ c:\romproc\comment.txt
  121. ARC_ERR      0
  122. ;
  123. ARCHIVER     4
  124. ARC_EXT      zip
  125. ARC_ADD      pkzip -a -k @ARCHIVE@ @FILE@
  126. ARC_COMMENT  pkzip -k -z < c:\romproc\comment.txt @ARCHIVE@
  127. ARC_ERR      0
  128. ;
  129. ; ╔══════════════════════════╗
  130. ; ║   Protocol Definitions   ║
  131. ; ╚══════════════════════════╝
  132. ;
  133. ; Each protocol, is denoted by PROTOCOL x, where x is the letter designating
  134. ; the protocol. Up to 15 protocols can be executed by ROMproc. The next
  135. ; keyword is required after the PROTOCOL statement; do not comment it out or
  136. ; insert other parameters or comments between them. I have configured most of
  137. ; the popular protocols, using the PCBoard default lettering scheme.
  138. ; PROTOCOL    = denotes a new protocol definition
  139. ; PROT_SEND   = the command line to transmit the file(s) to remote, including
  140. ;               all command-line switches desired. Place the following
  141. ;               variables as needed for ROMProc to properly invoke the
  142. ;               protocol.
  143. ;               @PORT@     COM port to be used by the protocol
  144. ;               @SPEED@    COM port computer-to-modem speed (DTE)
  145. ;               @CARRIER@  modem-to-modem carrier speed (DCE)
  146. ;               @FILE@     File (or batch list file) to be downloaded
  147. ;               @UPLOAD@   path to upload directory for bi-directional
  148. ;                          protocols.
  149. ;
  150. ; Xmodem-CRC
  151. PROTOCOL  C
  152. PROT_SEND dsz port @PORT@ speed @SPEED@ ha both pB4096 sc @FILE@
  153. ;
  154. ; 1K/Xmodem/G
  155. PROTOCOL  F
  156. PROT_SEND dsz port @PORT@ speed @SPEED@ ha both pB4096 sx -k -g @FILE@
  157. ;
  158. ; Ymodem/G
  159. PROTOCOL  G
  160. PROT_SEND dsz port @PORT@ speed @SPEED@ ha both est 0 @CARRIER@ pB4096 sb -k -g @FILE@
  161. ;
  162. ; HS/Link
  163. PROTOCOL  H
  164. PROT_SEND hslink -p@PORT@ -b@SPEED@ -e@CARRIER@ -u@ULDIR@ -a @FILE@
  165. ;
  166. ; Zmodem MobyTurbo
  167. PROTOCOL  M
  168. PROT_SEND dsz port @PORT@ speed @SPEED@ ha both est 0 @CARRIER@ pB4096 sz -m @FILE@
  169. ;
  170. ; 1K/Xmodem
  171. PROTOCOL  O
  172. PROT_SEND dsz port @PORT@ speed @SPEED@ ha both pB4096 sx -k @FILE@
  173. ;
  174. ; Xmodem
  175. PROTOCOL  X
  176. PROT_SEND dsz port @PORT@ speed @SPEED@ ha both pB4096 sx @FILE@
  177. ;
  178. ; Ymodem
  179. PROTOCOL  Y
  180. PROT_SEND dsz port @PORT@ speed @SPEED@ ha both est 0 @CARRIER@ pB4096 sb -k @FILE@
  181. ;
  182. ; Zmodem CRC-32
  183. PROTOCOL  Z
  184. PROT_SEND dsz port @PORT@ speed @SPEED@ ha both est 0 @CARRIER@ pB4096 sz @FILE@
  185. ;
  186. ; *** End of ROMProc configuration file ***
  187. ;
  188.